remotemanager.connection.testing_object module¶
- class remotemanager.connection.testing_object.ConnectionTest(parent)[source]¶
Object to store an instance of a connection test.
Runs the tests, storing any important information
- Parameters:
parent – parent URL
- test_basic() bool [source]¶
Connects to the host and returns the entry directory
- Returns:
True if test succeeded
- Return type:
(bool)